cody - HTMLify profile
files of /cody/vishal-dcode/Notes App/
const addBtn = document.getElementById("add");
const notes = JSON.parse(localStorage.getItem("notes"));
if (notes) {
notes.f
const notes = JSON.parse(localStorage.getItem("notes"));
if (notes) {
notes.f
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"